Improve inlining of boxed values#3587
Conversation
|
|
Or maybe we don't need the type comparison at all -- if it's OK to ignore the heap-allocation and heap-write in some cases, it might also be OK to do so in all cases? |
|
I rebased, and CI is now failing, but I don't think that's my fault. It appears that CI has failed on every commit since #3594, though that might be a coincidence since I also saw github/codeql-action#3208 and github/codeql-action#3207 which claim that the release of .NET 10 RC2 caused the issue. |
|
As long as the "Build ILSpy" action runs fine in debug and release there is no need to worry. CodeQL has not once reported anything. @christophwille why do we have the action set up in the first place? I think, maybe it would make sense to just remove it completely? |
|
The intent for it is to report nothing - it would be bad IF at some point it actually found some vulnerability. |
4cdad40 to
c37fcac
Compare
|
@dgrunwald Can this be merged? |
Problem
Resolves #3584
Solution
Boxare semantically correct.